home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 49 / Creative Review 49.iso / pc / main.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  1999-02-16  |  92 b   |  8 lines

  1. on(rollOver){
  2.    gotoAndStop(1);
  3.    tellTarget("_level2/")
  4.    {
  5.       play();
  6.    }
  7. }
  8.